/*--公共--*/
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	background-repeat: no-repeat;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	/*font-weight: normal;*/
	/*font-family: -apple-system,
BlinkMacSystemFont,
PingFang SC,
Microsoft YaHei,
Segoe UI,
Hiragino Sans GB,
Helvetica Neue,
Helvetica,
Arial,
sans-serif,
Apple Color Emoji,
Segoe UI Emoji,
Segoe UI Symbol;*/
}
 
body {
	/*font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 24px;
	height: auto;
	clear: both;
}

img {
	border: 0px;
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}
.t1{
				position: fixed;
				width: 100%;
			}
a {
	text-decoration: none !important;
	color: #333333;
	outline: none;
	cursor: pointer;
}

a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
	color: #d6001c;
}

.clearfl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfl {
	*zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

* {
	box-sizing: border-box;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

body {
	left: 0px;
	position: relative;
	line-height: 1;
	max-width: 100%;
	overflow-x: hidden;
}

.website-title {
	padding: 0px;
	margin: 0px 0px 40px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .3s;
}

.index-aboutright .website-title {
	padding-left: 5vw;
}

.index-about.active .website-title,
.index-products.active .website-title,
.index-news.active .website-title,
.index-other.active .website-title {
	transform: translateY(0px);
	opacity: 1;
}

.website-title h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.5;
	color: #1a51ab;
	padding: 0px;
	margin: 0px;
}

.website-title span {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.imgview {
	width: 100%;
	transition: all 1s;
}

.imgview:hover {
	transform: scale(1.05);
	transition: all 0.3s linear;
}


/* 滚动条样式 */
body::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

body::-webkit-scrollbar-thumb {
	background: #1c54a7;
}

body::-webkit-scrollbar-track {
	background: #fff;
}

.w96 {
	width: 92%;
	margin: 0 auto;
}

.w83 {
	width: 83%;
	margin: 0 auto;
}

.w73 {
	width: 73%;
	margin: 0 auto;
}

/*首页右侧导航*/
.right_nav {
	position: fixed;
	right: 38px;
	top: 50%;
	margin-top: -150px;
	z-index: 100;
}

#menu li {
	margin-bottom: 20px;
}

#menu li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: block;
	text-align: center;
}

#menu li a:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-top: -2px;
	top: 50%;
	margin-top: -2px;
	background: #CBCBCB;
	border-radius: 50%;
}

#menu li span.cont {
	position: absolute;
	height: 30px;
	width: 30px;
	color: #999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	left: 3px;
	top: 0;
	border: 1px solid #999;
	border-radius: 50%;
}

#menu li:hover span.cont,
#menu li.active span.cont {
	opacity: 1;
	visibility: visible;
	color: #999;
}

#menu li:hover a:before,
#menu li.active a:before {
	display: none;
}

#menu {
	position: relative;
	z-index: 2;
}

/* #menu li:last-child {display:none;} */
.acc li span.cont {
	color: #1c54a7 !important;
	border: 1px solid #1c54a7 !important;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.acc li:hover span.cont,
.acc li.active span.cont {
	color: #1c54a7 !important;
}

.acc li:hover a:before,
.acc li.active a:before {
	display: none;
}


#top_line {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 1px #999;
}

#top_logo {
	padding: 6px 0px;
	float: left;
	overflow: hidden;
	margin: 0px 3vw 0px 0px;
}

#top_logo img {
	height: 70px;
}

#guang {
	padding: 18px 0px;
	float: left;
	overflow: hidden;
	margin: 0px 3vw 0px 0px;
}

#top_menu {
	float: left;
	height: 80px;
	line-height: 80px;
	margin-left: 6vw;
}

#top_menu>ul>li{
	float: left;
	height: 80px;
	line-height: 80px;
	padding: 0px 14px;
}
#treeMenu li a{
	line-height: 30px;
}
.tree-menu li .list-toggle {
	top:12px;
}
#top_menu li a {
	font-weight: bold;
	font-size: 15px;
	color: rgba(22, 33, 48, 1);
}

.dropdown-menu li:hover,#top_menu li:hover,
#top_menu .active {
	color: rgba(71, 98, 200, 1);
}
.dropdown-menu > li > a:focus{
	background: none;
	color: rgba(71, 98, 200, 1);
}
.dropdown-menu > li > a:hover,.open{
	/* background: #ce151d !important; */
}
.dropdown-menu li:hover a, .open>a, #top_menu .active a,.dropdown>a:hover{
	color: rgba(71, 98, 200, 1) !important;
}

#top_phone {
	float: right;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

#top_phone i {
	color: #333;
	font-size: 20px;
	line-height: 80px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}
.sylx1,.sylx1 .fp-tableCell{
	height: auto !important;
}

.index-newsall-mid-mid .col-md-4 h3{
	color: rgba(238, 238, 238, 1);
	    margin-bottom: 26px;
	    font-size: 30px;
	    font-weight: normal;
	    letter-spacing: 1px;
}
.index-newsall-mid-mid .col-md-4 p{
	    color: rgba(221, 221, 221, 1);
	    line-height: 2;
	    font-size: 16px;
}
.index-newsall-mid-mid .col-md-8:hover img{
	    color: rgba(221, 221, 221, 1);
	    line-height: 2;
	    font-size: 16px;
		transform: scale(1.1);
		transition: all .5s ease;
}
#top_phone span {
	text-align: left;
	text-indent: 28px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

/*手机端菜单*/
.menu_pp {
	display: none;
}

.bgs {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 10;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.menu_pp_nav {
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}

.menu_pp_nav ul {
	width: 100%;
	padding-top: 30px;
}

.menu_pp_nav>ul {
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.menu_pp_nav ul li a {
	display: block;
	font-family: arial;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	padding: 10px 0px;
	margin: 0px 30px;
	;
	border-top: 1px solid #ccc;
}

.menu_pp_nav ul li:first-of-type a {
	border: none;
}

.menu_pp_nav ul li {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
}

.menu_pp_nav ul li span {
	font-size: 30px;
	color: #004da0;
	position: absolute;
	right: 35px;
	top: 8px;
}

.menu_pp_logo {
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}

.menu_pp_search {
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.menu_pp_search input {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.menu_pp_search>i {
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}

.menu_pp_logo>img {
	width: 26%;
}

.menu_pp_logo h2 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}

.logo_close {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #004da0;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}

.logo_close span:first-of-type {
	display: block;
	background-color: #004da0;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}

.logo_close span:last-of-type {
	display: block;
	background-color: #004da0;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}

.menu_pp_two {
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
}

.menu_pp_two ul {
	padding: 0;
}

.menu_pp_two h3 {
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}

.menu_pp_two h3 span {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #004da0;
}

.menu_pp_two h2 {
	font-size: 24px;
	padding: 30px 30px 10px;
}

.menu_pp_two h2 a {
	font-family: arial;
	color: #015198;
}

/*头部公共END END END*/
@media (min-width:300px) {

	/*手机端菜单图标*/
	.menu_icon {
		float: right;
		width: 40px;
		height: 40px;
		background-color: #015198;
		position: relative;
		top: 15px;
		right: 10px;
	}

	.menu_icon span {
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}

	.menu_icon span:nth-child(1) {
		top: 12px;
	}

	.menu_icon span:nth-child(2) {
		top: 19px;
	}

	.menu_icon span:nth-child(3) {
		top: 26px;
	}

	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1) {
		animation: icon1 1s forwards;
	}

	.icon_now span:nth-child(2) {
		animation: icon2 1s forwards;
	}

	.icon_now span:nth-child(3) {
		animation: icon3 1s forwards;
	}

	.icon_back span:nth-child(1) {
		animation: icon4 1s forwards;
	}

	.icon_back span:nth-child(2) {
		animation: icon5 1s forwards;
	}

	.icon_back span:nth-child(3) {
		animation: icon6 1s forwards;
	}

	@keyframes icon1 {
		0% {
			top: 12px;
			transform: rotate(0deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 19px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon3 {
		0% {
			top: 26px;
			transform: rotate(0deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 19px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon2 {
		0% {
			transform: rotate(0deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(495deg);
		}
	}

	@keyframes icon4 {
		0% {
			top: 19px;
			transform: rotate(405deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 12px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon6 {
		0% {
			top: 19px;
			transform: rotate(405deg);
		}

		40% {
			top: 19px;
			transform: rotate(0deg);
		}

		60% {
			top: 19px;
			transform: rotate(0deg);
		}

		100% {
			top: 26px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon5 {
		0% {
			transform: rotate(495deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	/*头部公共END END END*/

}

@media (min-width:768px) {
	.menu_icon {
		width: 50px;
		height: 50px;
		top: 12.5px;
	}

	.menu_icon span:nth-child(1) {
		height: 5px;
		top: 12.5px;
	}

	.menu_icon span:nth-child(2) {
		height: 5px;
		top: 22.5px;
	}

	.menu_icon span:nth-child(3) {
		height: 5px;
		top: 32.5px;
	}

	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1) {
		animation: icon1 1s forwards;
	}

	.icon_now span:nth-child(2) {
		animation: icon2 1s forwards;
	}

	.icon_now span:nth-child(3) {
		animation: icon3 1s forwards;
	}

	.icon_back span:nth-child(1) {
		animation: icon4 1s forwards;
	}

	.icon_back span:nth-child(2) {
		animation: icon5 1s forwards;
	}

	.icon_back span:nth-child(3) {
		animation: icon6 1s forwards;
	}

	@keyframes icon1 {
		0% {
			top: 12.5px;
			transform: rotate(0deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 22.5px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon3 {
		0% {
			top: 32.5px;
			transform: rotate(0deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 22.5px;
			transform: rotate(405deg);
		}
	}

	@keyframes icon2 {
		0% {
			transform: rotate(0deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(495deg);
		}
	}

	@keyframes icon4 {
		0% {
			top: 22.5px;
			transform: rotate(405deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 12.5px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon6 {
		0% {
			top: 22.5px;
			transform: rotate(405deg);
		}

		40% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		60% {
			top: 22.5px;
			transform: rotate(0deg);
		}

		100% {
			top: 32.5px;
			transform: rotate(0deg);
		}
	}

	@keyframes icon5 {
		0% {
			transform: rotate(495deg);
		}

		40% {
			transform: rotate(0deg);
		}

		60% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	/*头部公共END END END*/
}
.sylx .col-4{
	width: 35%;
}
/*首页第一屏*/
.index-banner {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.index-banner img {
	width: 100%;
}

.index-banner .pc {
	display: block;
}

.index-banner .m {
	display: block;
}

/*首页第二屏*/
.index-about {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.index-aboutleft {
	background: url(../images/about-bg.jpg) no-repeat 100% 100%;
	background-size: cover;
	width: 60%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	float: left;
	transform: translateX(-50px);
	opacity: 0;
	transition: all .2s linear .1s;
}

.index-about-video {
	width: 605px;
	padding: 0px;
	margin: 25vh 7vw 0px 0px;
	float: right;
}

.index-aboutright {
	width: 40%;
	padding: 0;
	margin: 20vh 0px 0px;
	float: right;
	transform: translateX(50px);
	opacity: 0;
	transition: all .2s linear .2s;
}

.index-about.active .index-aboutleft,
.index-about.active .index-aboutright {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutinfo {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	padding: 0px 5vw 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.index-aboutmore {
	margin: 40px 0px 0px;
	padding: 0px 5vw 0px 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .4s;
}

.index-about.active .index-aboutmore {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutmore li {
	width: 25%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #1c54a7;
	border-radius: 50px;
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	overflow: hidden;
	float: left;
}

.index-aboutmore li a {
	color: #1c54a7;
}

.index-aboutmore li:hover {
	background-color: #1c54a7;
}

.index-aboutmore li:hover a {
	color: #fff;
}

.index-aboutimg {
	padding: 0px 20px 0px 0px;
	margin: 90px 0px 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .5s;
}

.index-about.active .index-aboutimg {
	transform: translateY(0px);
	opacity: 1;
}

.index-aboutimg li {
	width: calc(33.3333% - 10px);
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

/*首页第三屏*/
.index-products {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	background: url(../images/pro-bg.jpg) no-repeat 100% 100%;
}

.index-products-left {
	width: 280px;
	padding: 20vh 0px 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.index-products-list {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .4s;
}

.index-products.active .index-products-list {
	transform: translateY(0px);
	opacity: 1;
}

.index-products-list li {
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
}

.index-products-list li a {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 5px 30px;
	margin: 0px;
	border: 1px solid #ccc;
	border-radius: 50px;
	overflow: hidden;
	color: #666;
	display: block;
}

.index-products-list li:hover a {
	border-color: #1c54a7;
	color: #1c54a7;
}

.index-products-right {
	width: calc(100% - 400px);
	padding: 20vh 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}

.index-products-onemain {
	padding: 20px 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .5s;
}

.index-products.active .index-products-onemain {
	transform: translateY(0px);
	opacity: 1;
}

.index-products-onemainimg {
	width: 80%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.index-products-onemainmore {
	position: absolute;
	top: 50%;
	right: 50px;
	padding: 0px;
	margin: 0px;
	transform: translateY(-50%);
}

.index-products-mune {
	margin: 50px 0px 0px;
	padding: 0px;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all .2s linear .6s;
}

.index-products.active .index-products-mune {
	transform: translateY(0px);
	opacity: 1;
}

.index-products-mune li {
	margin: 0px 3.5vw 0px 1vw;
	padding: 0px 0px 5px;
	overflow: hidden;
	float: left;
	position: relative;
}

.index-products-mune li a {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	color: #666;
	overflow: hidden;
}

.index-products-mune li.active::after,
.index-products-mune li:hover::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #1c54a7;
	content: '';
	display: block;
	padding: 0px;
	margin: 0px;
}

/*首页第四屏*/
*{
	transition: all .5s linear .3s;
}
.index-other {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.sylx1{
	transform: translateX(-50px);
	opacity: 0;
}
.sylx2{
	transform: translateX(0px);
	opacity: 1;
}
.index-other .case2{
	transform: translateX(-50px);
	opacity: 0;
}
.index-other .case1{
	transform: translateX(50px);
	opacity: 0;
}
.active .index-other .case2, .active .index-other .case1 {
    transform: translateY(0px);
    opacity: 1;
}
.sylx1.active{
	transform: translateX(0);
	opacity: 1;
}
 .ab-l{
	transform: translateX(-50px);
	opacity: 0;
}
.active .ab-l{
	transform: translateX(0);
	opacity: 1;
}
 .ab-r{
	transform: translateX(50px);
	opacity: 0;
}
.active .ab-r{
	transform: translateX(0);
	opacity: 1;
}

.index-other-main {
	padding: 0px;
	margin: 80px 0px 45px;
	height: calc(100vh - 130px);
}

.index-other-main .options {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.index-other-main .options .item {
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
	width: 16.666%;
	height: 100%;
	float: left;
}

.index-other-main .options .item.active {
	width: 50%;
}

.index-other-main .options .item .box {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index-other-main .options .item .icon-wrap {
	opacity: 0;
}

.index-other-main .options .item .icon-wrap .tit {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: left;
	padding: 0px 20px 55px;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	box-sizing: border-box;
}

.index-other-main .options .item .icon-wrap .tit span {
	font-size: 14px;
	font-weight: 300;
}

.index-other-main .options .item:not(.active) .icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
	text-align: center;
}

.index-other-main .options .item .info-wrap {
	opacity: 0;
	padding: 20px 55px 0 30px;
	position: absolute;
	left: 0px;
	bottom: 75px;
	box-sizing: border-box;
}

.index-other-main .options .item.active .info-wrap {
	opacity: 1;
}

.index-other-main .options .item .info-wrap .tit {
	font-size: 28px;
	line-height: 1.8;
	font-weight: bold;
}

.index-other-main .options .item .info-wrap .tit span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin: 0px;
}

.index-other-main .options .item .info-wrap p {
	font-size: 16px;
	line-height: 1.8;
	margin: 15px 0;
}

.index-other-main .options .item .info-wrap a {
	color: #1c54a7;
	font-size: 24px;
	font-weight: 600;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.index-other-appmobile {
	display: none;
}

/*首页第五屏*/
.index-news {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../images/news-bg.jpg) no-repeat 100% 100%;
	background-size: cover;
	background-position-x: center;
	    background-position-y: center;
}

.index-newstitle {
	text-align: center;
	margin-top: 22vh;
	color: rgba(255, 255, 255, 1);
	    font-size: 30px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    margin-bottom: 20px;
}
.nav-tabs{
	justify-content: center;
	align-items: center;
	display: flex;
	    margin-bottom: 10px;
	    overflow-x: auto;
	    flex-wrap: nowrap!important;
	    padding-bottom: 5px;
		border-bottom: 0;
	}

.nav-tabs > li > a{
	color: rgba(221, 221, 221, 1);
	    font-size: 16px;
	    border-width: 1px 1px 1px 1px;
	    border-style: solid;
	    border-color: rgba(204, 204, 204, 1);
	    margin: 0px 7px 0px 7px;
	    padding: 12px 25px 12px 25px;
		cursor: pointer;
		    white-space: nowrap;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,.nav > li > a:hover, .nav > li > a:focus{
	    background-color: rgba(45, 63, 130, 1);
	    border-color: rgba(45, 63, 130, 1);
	    color: rgba(255, 255, 255, 1);
		font-weight: bold;
}
.index-newstitle i {
	color: #ce151d;
}

.index-newstitle span {
	font-size: 16px;
	text-transform: uppercase;
	color: #6d767c;
	display: block;
}

.index-newsall {
	padding: 0px 5vw;
	margin: 0px;
	position: relative;
}

.index-newsall-mid-left {
	outline: none;
	position: absolute;
	left: 0;
	top: 48%;
	z-index: 11;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	background-image: url(../images/newsdot-left.png);
}

.index-newsall-mid-right {
	outline: none;
	z-index: 11;
	position: absolute;
	right: 0;
	top: 48%;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	background-image: url(../images/newsdot-right.png);
}

.index-newsone-all {
	height: 100vh;
	padding: 30vh 1vw 5vh;
	margin: 0px;

}

.index-newsone-dot {
	height: 15px;
	width: 5px;
	border-radius: 15px;
	background: #1C54A7;
	padding: 0px;
	margin: 0px 0px 80px;

}

.index-newsone-date,
.index-newsone-img,
.index-newsone-more {}

.index-newsone-img img {
	width: 100%;
}

.index-newsone-title {
	font-size: 19px;
	line-height: 1.6;
	color: #333;
	padding: 0px;
	margin: 20px 0px;
	font-weight: 600;
}

.index-newsone-txt {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 0px;
	margin: 20px 0px 20px 0;
}

.index-newsone-date2 {
	font-size: 12px;
	line-height: 1.8;
	color: #999;
	padding: 0px;
	margin: 0px;
}

.index-newsone-all:hover .index-newsone-date2 {
	padding-bottom: 15px;
	border-bottom: 3px solid #ce151d;
}

.index-newsone-all:hover .index-newsone-title {
	color: #ce151d;
}


/* 底部版权 */
.footer-company {
	position: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px;
	bottom: 0;
	left: 0;
}

.footer-copyright {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.footer-tech {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}

.footer-copyright a,
.footer-tech a {
	color: #999;
}

@media (max-width:1024px) {
	.w96 {
		width: 100%;
		padding: 0px 10px;
	}

	.website-title {
		margin-bottom: 20px;
	}

	.website-title h2 {
		font-size: 28px;
	}

	.website-title span {
		font-size: 14px;
	}

	.right_nav,
	#top_menu,
	#top_phone {
		display: none;
	}

	.menu_pp {
		display: block;
	}

	#top_line,
	.index-banner,
	.index-about,
	.index-other,
	.index-news ,
	.home1,
	.syab,
	.sylx
	{
		height: auto;
	}
	.sylx .col-4{
		width: 100%;
	}
	#top_logo {
		padding: 5px 0px;
	}

	#top_logo img {
		height: 53px;
	}

	.footer-company {
		position: inherit;
		background-color: #1C54A7;
	}

	.footer-copyright {
		float: inherit;
		text-align: center;
		line-height: 25px;
		padding: 10px 0px;
		color: #fff;
	}

	.footer-copyright a {
		color: #fff;
	}

	.footer-copyright span {
		display: block;
	}

	.footer-tech {
		display: none;
	}

	.index-banner .pc {
		display: block;
		margin-top: 65px;
	}

	.index-banner .m {
		display: block;
		margin-top: 65px;
	}

	.m img,
	.pc video {
		height: auto !important;
	}

	.index-aboutleft {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.index-about-video {
		width: 100%;
		height: auto;
		margin: 0px;
	}

	.index-aboutright {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0px;
	}

	.index-aboutinfo {
		font-size: 14px;
		padding: 0px;
	}

	.index-aboutmore {
		margin: 20px 0px 0px;
		padding: 0px;
	}

	.index-aboutmore li {
		width: calc(33.3333% - 20px);
		line-height: 30px;
		padding: 0px;
		margin: 0px 10px;
	}

	.index-aboutimg {
		margin-top: 20px;
		padding: 0px;
	}

	.index-aboutimg li {
		width: 100%;
		margin: 0px 0px 10px;
	}

	.website-title,
	.index-about .index-aboutleft,
	.index-about .index-aboutright,
	.index-about .index-aboutmore,
	.index-about .index-aboutimg {
		transform: translateY(0px);
		opacity: 1;
	}

	.index-products {
		height: auto;
		padding: 20px 0px;
		margin: 0px;
		overflow: hidden;
	}

	.index-products-left {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.index-products-list {
		display: none;
	}

	.index-products-right {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.index-products-onemainimg {
		width: 100%;
	}

	.index-products-onemainmore {
		display: none;
	}

	.index-products-mune {
		margin: 20px 0px 0px;
	}

	.index-products-mune li {
		width: 50%;
		padding: 0px 10px 5px;
		margin: 0px 0px 5px;
	}

	.index-products-mune li a {
		font-size: 14px;
		text-align: center;
		padding: 0px;
		margin: 0px;
		display: block;
	}

	.index-other-main {
		margin: 0px;
		padding: 25px 0px 0px;
		height: auto;
	}

	.index-other-main .options {
		display: none;
	}

	.index-other-appmobile {
		padding: 0px;
		margin: 0px;
		overflow: hidden;
		display: block;
	}

	.index-other-appmobile li {
		width: 48%;
		margin: 0px 1% 10px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	.index-other-appmobileimg {
		padding: 0px;
		margin: 0px;
		overflow: hidden;
	}

	.index-other-appmobiletxt {
		padding: 0px 10px;
		margin: 0px;
		font-size: 14px;
		line-height: 30px;
		overflow: hidden;
		color: #fff;
		background-color: #0055AA;
		text-align: center;
	}

	.index-newsall {
		padding: 0px;
	}

	.index-newstitle {
		top: 30px;
		font-size: 28px;
	}

	.index-newstitle span {
		display: inline-block;
		padding-left: 10px;
	}

	.index-newsone-all {
		height: auto;
		padding: 15vh 40px 10vh;
	}

	.index-newsone-all .index-newsone-dot,
	.index-newsone-all .index-newsone-date2 {
		display: none;
	}

	.index-newsone-all .index-newsone-title {
		color: #333;
		margin: 0px 0px 15px;
	}

	.index-newsone-all .index-newsone-txt {
		color: #333;
		margin: 0px 0px 20px;
	}

	.index-newsone-all .index-newsone-date {
		font-size: 12px;
		line-height: 1.8;
		color: #333;
		padding: 0px;
		margin: 0px 0px 10px;
		display: block;
	}

	.index-newsone-all .index-newsone-img {
		display: block;
		margin: 0px 0px 15px;
		padding: 0px;
	}

	.index-newsone-all .index-newsone-more {
		border: 1px solid #333;
		border-radius: 50px;
		padding: 5px 40px;
		margin: 0px;
		color: #333;
		font-size: 16px;
		line-height: 1.8;
		display: block;
		float: left;
	}
}


.ny-banner{
	position: relative;
}
.btit{
	position: absolute;
	bottom: 20px;
	left: 10%;
	color: #fff;
	z-index: 9999;
	font-size: 14px;
}
.sy-about{
	background:url(../images/abg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sy-about1{
	padding-bottom: 80px;
}
.tmenu{
	border-bottom: 1px solid #d4d6d8;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
.tmenu ul{}
.tmenu li{
	width: 13.33%;
	display: inline;
	float: left;
	margin: 0 10%;
	line-height: 68px;
	
}
.tmenu li a{
	text-align: center;
	color:#666;
	font-size: 16px;
	font-weight: bold;
}
.tmenu li.active{
	border-bottom: 3px solid #2b3c7b;
}
.ab{
	font-size: 30px;
	color: #333;
}
.ab1{
	margin-top: 10px;
	margin-bottom: 10px;
}
.line{
	width: 29px;
	height: 2px;
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.line1{
	width: 48px;
	margin: 10px auto 50px;
}
.ainfo{
	font-size: 14px;
	line-height: 24px;
}
.clear{
	clear: both;
}
.shushu{
	margin-top: 50px;
}
#number{
    position:relative;
    margin:0;}
#number span.n2,#number span.n3,#number span.n4,#number span.n5,#number span.n6{
    font-size:40px;
    font-weight: bold;
    color: #666;}
#number span.n1{
    position:relative;
    vertical-align:bottom;
    bottom: 10px;
    left:6px;
    font-size:12px;
    color: #888;
}
.nfont{
	font-size: 14px;
	margin-top: 20px;
    color:#333;}
.w20{
    width: 20%;
    float: left;
}
.ny-wen{
	background:url(../images/wenbg.jpg) no-repeat left top;
	margin-top: 90px;
	margin-bottom: 50px;
	min-height: 594px;
	}
.wen2{
	color:#666;
	padding-left: 0;
	padding-right: 0;
}
.wen2 h2{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;

}
.wen2 p{
	font-size: 14px;
	line-height: 24px;
}
.wen2 p span{
	color:#ffae00;
}
.year-wrap {
	margin-top: 60px;
	position: relative
}

.year-wrap:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 0
}
.about-history {
	width: 94%;
	max-width: 1100px
}

.about-history .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative
}

.about-history .picture {
	width: 45.45%
}

.about-history .img {
	width: 100%
}

.about-history .main {
	width: 54.55%;
	padding: 4% 0 0 8%
}

.about-history .year {
	color: #e62111;
	margin-bottom: 8px;
	position: relative;
	z-index: 1
}

.about-history .title {
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 16px;
	position: relative;
	z-index: 1
}

.about-history .content {
	position: relative;
	z-index: 1;
	line-height: 1.8
}

.about-history .word {
	font-size: 200px;
	font-family: DINPro;
	font-weight: 700;
	color: #fafafa;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0
}

.about-history .swiper-pagination {
	display: none
}

.about-history-year {
	width: 94%;
	max-width: 1250px;
	padding: 40px 0 80px
}

.about-history-year .swiper-slide {
	position: relative;
	overflow: visible;
	cursor: pointer
}

.about-history-year .swiper-slide:last-of-type .line>span:nth-of-type(11) {
	opacity: 1
}

.about-history-year .swiper-slide.swiper-slide-thumb-active .year {
	transform: translateY(-40px);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
	color: #e62111
}

.about-history-year .year {
	width: 80px;
	height: 80px;
	font-size: 18px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transition: transform .3s, box-shadow .3s, color .3s
}

.about-history-year .line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end
}

.about-history-year .line>span {
	width: 1px;
	height: 8px;
	background-color: silver
}

.about-history-year .line>span:first-of-type,
.about-history-year .line>span:nth-of-type(6),
.about-history-year .line>span:nth-of-type(11) {
	height: 20px
}

.about-history-year .line>span:nth-of-type(11) {
	opacity: 0
}
.ny-fa{
	background:url(../images/ffabg.jpg) no-repeat center top;
	margin-top: 90px;
	margin-bottom: 50px;}
.swiper-box {
    position: relative;
}
.pimg{
	overflow: hidden;
	border: 1px solid #ddd;
}
.pimg img{
	transition: all ease-in-out .3s;
}
.pimg:hover img{
	transform: scale(1.1,1.1);
}
.ny-product{
	margin-top: 50px;
	margin-bottom: 50px;
}
.ptext{
	font-weight: normal;
	font-size:16px;
	color:#666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.npdetails{
	background:url(../images/pdebg.jpg) no-repeat center top;
	padding-top: 80px;
	padding-bottom: 80px;
}
.pdeta h2{
	font-size: 30px;
	color:#333;
}
.pdeta p{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.75;
}
.pdeta h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;
}
.pdeta table{width:100%;text-align: left;overflow: hidden;}
.pdeta table tr{height:40px;color:#333333;line-height: 40px;font-size:14px;}
.pdeta table tr:nth-child(1){background:#c5c5c5;}
.pdeta table tr th{font-weight: normal;box-sizing: border-box;}
.pdeta table tr th:nth-child(1){width:188px;padding-left: 28px;}
.pdeta table tr th:nth-child(2){width: calc(100% - 188px);padding-right: 28px;box-sizing: border-box;}
.pdeta table tr:nth-child(2n){background:#F2F2F2;}
.pdeta table tr td:nth-child(1){padding-left: 28px;font-weight: normal;box-sizing: border-box;width:188px;}
.pdeta table tr td:nth-child(2){width: calc(100% - 188px);padding-right: 28px;box-sizing: border-box;}
.pdeta table tr:last-child{background:#c5c5c5;}
.pdeta table tr:hover{background:#3b4a88;color:#ffffff;}
.mess{
	margin-top: 40px;
	font-size: 16px;
}
.mess a{
	padding: 15px 70px;
	border:2px solid #162130;
}
.fen{
	margin-top: 40px;
}
.fen img{
	margin-right: 10px;
}
.tmenu1{
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
	
}
.tmenu1 h2{
	font-size: 24px;
	font-weight: bold;
	color:#3b4a88;
	border-bottom: 2px solid #3b4a87;
	padding-bottom: 20px;
	display:inline-block;
}
.xiang .col-md-3{
	padding-left: 0;
}
.vidimg{
	overflow: hidden;
}
.vidimg img{
	transition: all ease-in-out .3s;
}
.vidimg:hover img{
	transform: scale(1.1,1.1);
}














@media (min-width: 1200px){
	.container {
    max-width: 1240px;}
}

.index-aboutmore1 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.index-aboutmore1 i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.index-aboutmore1 {
	padding-right: 20px;
}

.index-aboutmore1 ul {
	font-style: normal;
}

.index-aboutmore1 ul p {
	margin: 0;
	font-size: 14px;
	line-height: 20px
}

.index-aboutmore1 ul h3 {

	font-size: 18x;
	line-height: 25px
}


.index-aboutmore1>h1,
.index-aboutmore1>i {
	padding-left: 12%;
}

.index-aboutmore1 ul li {
	margin: 5% 0;
	background-position: 13% 10px;
	padding: 1% 0;
	padding-left: 20%;
	padding-right: 10%;
	background-repeat: no-repeat;
}

@media (max-width:768px) {
	.tmenu li {
    width: 33.33%;
    display: inline;
    float: left;
    margin: 0;
    line-height: 50px;
}
.bbline{
	margin-bottom: 30px;
}
.ab {
    margin-top: 30px;
}
.sy-about1 {
    padding-bottom: 40px;
}
.ainfo {
    margin-top: 20px;
}
.w20 {
    width: 50%;
    margin-bottom: 20px;
}
.ny-wen{
	background: none;
	padding-bottom: 30px;
}
.swiper-container{
	width: 75% !important;
}
.npdetails {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fen{
	margin-top: 20px;
	margin-bottom: 40px;
}
.vidimg{
	margin-bottom: 20px;
}

	#guang {
		padding: 18px 0px;
		float: none;
		overflow: hidden;
		margin: 0px 3vw 0px 0px;
	}

	#guang img {
		width: 82%;
		overflow: hidden;
	}

	.index-aboutmore1 ul li {
		padding-left: 96px;
	}

	.h-p-i {
		display: none;
	}

	.al-i .col-md-4 {
		float: right;
		width: 30%;
		margin: 0 1%;
	}
}


.more1 {
	margin: 5% 0;
	padding: 10px 15px;
	color: #4dbaee;
	border: 1px solid #4dbaee;
	border-radius: 30px;
}

.more1 {
	display: none;
}

.home2 .col-md-5 .row img:hover {}

.box:hover .more1 {
	display: inline-block;
}

.index-aboutmore1 ul li:hover {
	background-color: #048ecf;
	color: #fff;
}

.index-aboutmore1 ul li:hover h3 {
	color: #fff;
}

.index-aboutmore1 ul li:nth-of-type(1) {
	background-image: url(../images/a1.png);
}

.index-aboutmore1 ul li:nth-of-type(1):hover {
	background-image: url(../images/a1h.png);
}

.index-aboutmore1 ul li:nth-of-type(2) {
	background-image: url(../images/a2.png);
}

.index-aboutmore1 ul li:nth-of-type(2):hover {
	background-image: url(../images/a2h.png);
}

.index-aboutmore1 ul li:nth-of-type(3) {
	background-image: url(../images/a3.png);
}

.index-aboutmore1 ul li:nth-of-type(3):hover {
	background-image: url(../images/a3h.png);
}

.index-aboutmore1 ul li:nth-of-type(4) {
	background-image: url(../images/a4.png);
}

.index-aboutmore1 ul li:nth-of-type(4):hover {
	background-image: url(../images/a4h.png);
}

.index-aboutmore1 ul li:nth-of-type(5) {
	background-image: url(../images/a5.png);
}

.index-aboutmore1 ul li:nth-of-type(5):hover {
	background-image: url(../images/a5h.png);
}

.home1 .row>div,
.home2 .row>div {
	padding: 0;
}

.home2 .row>.col-md-5 {
	padding: 6%;
}

.home2 .col-md-5 h3 {
	font-size: 24px;
	color: #555;
}

.more {
	margin: 5% 0;
	display: inline-block;
	padding: 10px 15px;
	color: #cdcdcd;
	border: 1px solid #cdcdcd;
	border-radius: 30px;
}

.home2 .col-md-5 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;

}

.home2 .col-md-5 p {
	margin-top: 10px;
	line-height: 27px;
	font-size: 14px;
}

.home2 .col-md-5>h1,
.home2 .col-md-5>i {
	padding: 0;
}

.home2 .col-md-5 i {
	font-style: normal;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 20px;
}

.home2 .al-i img:hover {
	transition: all 0.7s;
	transform: scale(1.07, 1.07);
}

.home3 {
	height: 90vh;
}

.home3 {
	padding: 6vw;
}

.index-aboutright>h1,
.index-aboutright>i {
	padding-left: 12%;
}

.index-aboutright h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.index-aboutright i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.home3 .col-md-4 h1 {
	height: 35px;
	font-style: normal;
	color: #035cac;
	margin: 0;
}

.home3 .col-md-4 i {
	font-style: normal;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 5px;
}

.h3-p {
	font-size: 14px;
	padding: 14% 0;
	line-height: 26px;
}



.animate-list-2 {
	margin: 0 auto;
	background: url(../images/pbg.jpg) no-repeat;
	overflow: hidden;
	min-height: 524px;
	height: 100vh;
	background-size: cover;
	background-position-x: center;
	    background-position-y: center;
}
.nj{
	margin-top: 22vh;
}
.njzx h3{
	color: rgba(59, 74, 136, 1);
	    font-size: 24px;
	    font-weight: bold;
	    line-height: 1.5;
		padding: 40px 0px 35px 0px;
}
.njzx p{
	font-size: 16px;
	    line-height: 1.8;
	    color: rgba(51, 51, 51, 1);
}
.njzx a{
	display: inline-block;
	    border-color: rgba(59, 74, 136, 1);
	    color: rgba(59, 74, 136, 1);
	    border-radius: 60px 60px 60px 60px;
	    font-size: 14px;
	    padding: 15px 25px 15px 25px;
	    border-width: 1px 1px 1px 1px;
	    margin: 5px 0px 30px 0px;
	    background-color: rgba(54, 29, 29, 0);
	    border-style: solid;
}
.nj-i img{
	width: 31%;
	    padding: 0.3%;
	    border-radius: 15px;
		transition: all 0.5s ease 0s;
}
.nj-i img:hover{
	width: 31%;
	    padding: 0.3%;
	    border-radius: 15px;
		transform: scale(1.05);
}
.animate-list-2 ul {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 100%;
}

.animate-list-2 .item {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 7px;
	margin-right: -1px;
	width: 20%;
	height: 580px;
	perspective: 800px;
}

.animate-list-2 .item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}

.animate-list-2 .item-front {
	position: absolute;
	width: 100%;
	height: 298px;
	color: #333;
	text-align: center;
}

.animate-list-2 .item-front h6 {
	padding: 24px 0;
	color: #333;
	font-weight: 400;
	font-size: 18px;
}

.animate-list-2 .item-front h6 span {
	color: red;
	font-size: 26px;
}

.animate-list-2 .item-front h5 {
	padding: 35px 0;
	font-weight: 400;
	font-size: 22px;
}

.animate-list-2 .item-front .icon-img {
	display: block;
	padding-top: 95%
}

.animate-list-2 .item-front p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0 22px;
}

.animate-list-2 .item-behind .sbg-text {
	background: #fff;
	color: #333;
	padding: 42px 47px;
}

.animate-list-2 .item-behind .sbg-text h2 {
	position: relative;
	color: #c21b1f;
	font-size: 22px;
	padding-bottom: 30px;
}

.animate-list-2 .item-behind .sbg-text h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 52px;
	height: 3px;
	background: #c21b1f;
}

.animate-list-2 .item-behind {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 0px;
	height: 380px;
}

.animate-list-2 .item-behind h6 {
	padding: 5px 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #b0d2ec;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
}

.animate-list-2 .item-behind dl {
	margin: 5px 0 10px;
	padding: 20px 0;
}

.animate-list-2 .item-behind dt i {
	display: inline-block;
	margin-right: 10px;
	width: 7px;
	height: 11px;
	background-image: url(/images/2016/xc/behind_icon_bg.png);
}

.animate-list-2 .item-behind dt {
	font-size: 14px;
	line-height: 30px;
}

.animate-list-2 .item-behind dd {
	font-size: 12px;
	line-height: 18px;
}

.animate-list-2 .item-behind .dashed {
	height: 0;
	border-bottom: 1px dashed #b0d2ec;
}

.animate-list-2 .btn-area {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 0;
}

.animate-list-2 .btn-area a {
	display: inline-block;
	margin-right: 5px;
	height: 34px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
}

.animate-list-2 .btn-area .bbtn-1 {
	width: 86px;
	border-color: #fff;
	background-color: #fff;
	color: #229ffd;
}

.animate-list-2 .btn-area .bbtn-2 {
	width: 46px;
	border-color: #fff;
	background-color: #2c9ef3;
	color: #fff;
}

.animate-list-2 .btn-area .bbtn-3 {
	width: 46px;
	border-color: #fff;
	background-color: #2c9ef3;
	color: #fff;
}

.animate-list-2 .item-open .item-behind {
	display: block;
}

.animate-list-2 .item-open .item-front {
	display: none;
}

.animate-list-2 .item-adm .item-inner {
	transition: transform .5s ease;
	transform-origin: right center;
	transform-style: preserve-3d;
}

.animate-list-2 .item-adm .item-front {
	display: block;
	opacity: 1;
	transition: all .5s ease .1s;
}

.animate-list-2 .item-adm .item-behind {
	display: block;
	opacity: 0;
	transition: all .5s ease .1s;
	transform: rotateY(180deg);
}

.animate-list-2 .item-open-adm .item-inner {
	z-index: 2;
	transform: translateX(-100%) rotateY(-180deg);
}

.animate-list-2 .item-open-adm .item-front {
	display: none;
	opacity: 0;
}

.animate-list-2 .item-open-adm .item-behind {
	opacity: 1;
}

.jzmb {}

.jzmb h3 {
	margin: 20px;
	padding: 20px 10px;
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.jzmb p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
}

.jzmb_bottom {
	padding: 10px 0;
}

.jzmb_bottom li {
	float: left;
	width: 100%;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 38px;
}

.jzmb_bottom li span {
	color: red;
}

@media screen and (min-width:768px) {
	.item-adm:hover .item-inner {
		z-index: 2;
		transform: translateX(-100%) rotateY(-180deg);
		background: #fff;
		height: calc(100vh - 97px);
	}

	.item-adm:hover .item-behind {
		opacity: 1;
	}

	.item-adm:hover .item-front {
		display: none;
		opacity: 0;
	}
}

@media screen and (max-width:767px) {
	.animate-list-2 ul {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	

	.animate-list-2 ul li:nth-of-type(1) {
		background: url(../images/list_1.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(2) {
		background: url(../images/list_2.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(3) {
		background: url(../images/list_3.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(4) {
		background: url(../images/list_4.jpg);
		background-size: cover;
	}

	.animate-list-2 ul li:nth-of-type(5) {
		background: url(../images/list_5.jpg);
		background-size: cover;
	}
	.animate-list-2{
		height: auto;
	}
.animate-list-2 .item-front .icon-img{
	padding: 0;
}
	.animate-list-2 .item {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 7px;
		margin-right: -1px;
		width: 100%;
		height: 150px;
		perspective: 800px;
		margin: 10px 0;
	}
}

.s-btn {
	display: inline-block;
	margin: 20px 0;
	border-radius: 20px;
	border: solid 1px #c9c9c9;
	padding: 7px 10px;
}

.syab {
	background: url(../images/ab-bg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	height: 100vh;
	display: flex;
	padding: 16vh 2vw 16vh 6vw;
	background-color: #f5f5f5;
	align-items: flex-end;
}
.dropdown-menu > li > a{
	white-space: nowrap;
	color: ;
}
.sylx {
	background-size: 100% 100%;
	height: auto;
	display: flex;
	padding: 2vh 8vw;
	background-color: rgba(59, 74, 136, 1);
	    padding: 20px 0px 20px 10px;
	    background-position-x: center;
	    background-position-y: bottom;
	    background-repeat: no-repeat;
	    background-size: cover;
}

.sylx-bg {
	background: url(../images/bbg.jpg) no-repeat 0 0;
	background-color: rgba(59, 74, 136, 1);
	    padding: 20px 0px 20px 10px;
	    background-position-x: center;
	    background-position-y: bottom;
	    background-repeat: no-repeat;
	    background-size: cover;
}

.sylx h2  {
	text-align: left;
	margin-top: 15vh;
	margin-bottom: 5vh;
}
.sylx h2 i {
	color: #333333;
	font-size: 34px;
}
.sylx ul {
	text-align: center;
    float: left;
    display: block;
	}
.sylx h3{
	padding: 11% 0;
	font-size: 19px;
}
.sylx h4{
	color: rgba(255, 255, 255, 1);
	    font-size: 16px;
	    font-weight: bold;
	margin-bottom: 20px;
}
.lx-b{
	padding: 3% 0;
	    overflow: hidden;
}
.sylx p{
	min-height: 70px;
	
}
.sylx ul li a{
	display: block;
	margin-top: 9px;
	color: rgba(187, 187, 187, 1);
	    letter-spacing: 0px;
	    line-height: 1;
	    font-size: 14px;
}
.lx-b{
	text-align: center;
}
.lx-b a{
	font-size: 15px;
	color: #666;
	margin-top: 9px;
	display: inline-block;
}
.sylx .col-md-9 ul{
	width:16%;
}
.sylx h2 b {
	color: #ce151d;
	font-weight: 400;
}
.sylx i{
	color:#717171 ;
	font-size: 56px;
}
.sylx .lx-box:hover i{
	color:#ce151d ;
}
.sylx .lx-box{
	float: left;
	width: 22%;
	font-size: 15px;
	    padding: 9% 4%;
		line-height: 27px;
		border: 2px solid #f4f4f4;
		margin-right: 3%;
		margin-bottom: 3%;
		border-radius: 15px;
		text-align: center;
		background-color: #f5f5f5;
		transition: all .3s linear;
		position: relative;
}
.icon-long-arrow-right{
	margin-left: 4px;
}

.sylx .lx-box:after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #3b4a88;
    position: absolute;
    bottom: 58px;
    left: 50%;
    margin-left: -16px;
}
.sylx .lx-box:hover{
	    background: #ffffff;
	    box-shadow: 0px 0px 48.5px 1.5px rgb(0 0 0 / 5%);
	    margin-top: -12px;
}
.ab-l {
	float: left;
	width: 30%;
	align-items: end;
	display: flex;
}

.ab-l img {
	width: 100%;
}

.ab-r {
	float: left;
	width: 70%;
	align-items: end;
	display: flex;
}

.abbg {
	overflow: hidden;
	padding: 0vh 4vw 1vh 4vw;
}
.abbg .col-2{
	width: 20%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.ab-r h2 {
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	margin-bottom: 26px;
	margin-left: 4vw;
}
.syban-img{
	background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
		height: 100vh;
}
.ab-r h3 {
	color: rgba(51, 51, 51, 1);
	    font-size: 30px;
	    font-weight: bold;
}
#number .abbg-p{
	margin: 25px 0;
	margin-bottom: 8vh;
}
.ab-r p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	
}
.sy-btn{
	display:inline-block;
	border-color: rgba(59, 74, 136, 1);
	    background-color: rgba(59, 74, 136, 1);
	    color: rgba(255, 255, 255, 1);
	    border-radius: 60px 60px 60px 60px;
	    font-size: 14px;
	    padding: 18px 55px 18px 55px;
	    border-width: 0px 0px 0px 0px;
	    margin: 15px 0px 15px 30px;
}
.ab-r .col-3 p {
	line-height: 0px;
}

.col-3 {
	text-align: center;
	float: left;
}
.icon-long-arrow-right{
	margin-left: 2px;
}
.ab-r .col-2 i {
	text-align: center;
	color: rgba(59, 74, 136, 1);
	font-size: 37px;
	font-weight: 600;
}
.al-r a {
	border-color: rgba(221, 221, 221, 1);
	    background-color: rgba(66, 90, 188, 0);
	    color: rgba(255, 255, 255, 1);
	    border-radius: 6px 6px 6px 6px;
	    font-size: 14px;
	    padding: 15px 25px 15px 25px;
	    border-width: 1px 1px 1px 1px;
	    margin: 15px 0px 15px 0px;
	    border-style: solid;
		display: inline-block;
}
.sw2 p{
	
	    text-align: center;
	    position: absolute;
	    margin-top: -26px;
		background-color: rgba(0, 0, 0, 0.7);
		color: rgba(255, 255, 255, 1);
		font-size: 14px;
		width: 100%;
		line-height: 27px;
}
.tab-content > .active{
	display: flex;
	    align-items: center;
}

.sw2 .swiper-slide{
	overflow: hidden;
}
.sw2 .swiper-slide:hover img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.sw2 .swiper-slide:hover p{
	background:#007aff ;
	transition: all .1s ease;
}
.sygc {
	height: 100vh;
	padding: 10vh 3.5vw;
	background-color: #fff;
	flex-direction: column-reverse;
	background:  url(../images/albg.jpg) no-repeat 100% 100%;
	background-position-x: center;
	    background-position-y: center;
		background-size: cover;
		padding-top: 15vh;

}

.sygc .gc-f {}

.sygc .Team-pic img {
	width: 100%;
}


.al-l{
	margin: 2% 0% 0% 3%;
	    background-image: url(../images/al-l.png);
	    background-position-x: left;
	    background-position-y: bottom;
	    padding: 0px 0px 50px 50px;
}
.al-l-i{
	background-image: url(../images/index17_1.jpg);
	width: 100%;
	    overflow: hidden;
	    padding-bottom:56%;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
}
.al-l-i:hover{
	     transform: translateY(4%);
}
.al-r h2{
	    background-position-x: right;
	    background-repeat: no-repeat;
	    background-position-y: top;
	    padding: 40px 0px 10px 0px;
		color: rgba(255, 255, 255, 1);
		    font-size: 24px;
		    font-weight: bold;
		    line-height: 1.5;
}
.al-r h3{
	color: rgba(255, 255, 255, 1);
	    font-size: 20px;
	    font-weight: normal;
	    line-height: 1.5;
		padding: 0px 0px 35px 0px;
}
.al-r p{
	    font-size: 16px;
	    line-height: 1.8;
	    color: rgba(238, 238, 238, 1);
}
.al-r {
	padding: 3% 7% 4% 12%;
}
.gc-l {
	width: 50%;
}

.gc-r {
	width: 50%;
}

.gc-r .col-6 {
	float: left;
}

.gc-t {
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 31px;
	display: flex;
	justify-content: space-between;
}

.gc-t h2 i {
	color: #333333;
	font-size: 34px;
}

.gc-t h2 b {
	color: #ce151d;
	font-weight: 400;
}

.case {
	margin-top: 35px;
	margin-bottom: 35px;
}

.case1 {
	width: 24.85%;
	float: left;
	padding-right: 10px;
}

.case2 {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


.Team-Item {
	margin: 0px;
	position: relative;
}

.c10 {
	margin-bottom: 10px;
}

.Team-pic {
	overflow: hidden;
}

.Team-pic img {
	transition: all 0.3s linear;
	width: 100%;
}

.Team-intro {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	overflow: hidden;
	transition: all 0.3s linear;
	
}
.Team-intro:hover {
	opacity: 1;
}

.Team-intro h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
	margin: 0px auto;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.Team-intro h3 span {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 10px;
}

.Team-intro .text {
	height: 156px;
}

.Team-intro p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.Team-intro a {
	color: #fff;
}

.Team-intro .btn_sj {
	float: left;
}

.Team-intro .btn_zp {
	float: right;
}
.swiper-button-prev .icon:before, .swiper-button-next .icon:before{
	min-width:auto;
}
.swiper-button-prev .icon, .swiper-button-next .icon{
	font-size: 16px;
}

.an.swiper-button-prev, .an.swiper-button-next{
	transition: all .2s linear .2s;
	width: auto;
	height: auto;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
}
.an.swiper-button-prev:hover, .an.swiper-button-next:hover{
	color:rgba(0, 0, 0, 1);background-color:rgba(255, 255, 255, 1);
}

@media (max-width:1440px) {
	.sylx .lx-box{
		padding:7% 4%;
	}
	.lx-b{
		padding-top:1%;
	}
	.abbg .col-2 {
		margin: 21px 0;
	}
	
	.syab {
	    padding: 11vh 6vw;
	}
	#number .abbg-p {
	    margin: 25px 0;
	    margin-bottom: 13vh;
	}
	.abbg {
	    overflow: hidden;
	    padding: 0vh 0vw 0vh 7vw;
	}.sy-btn{
	    margin: 15px 0px 15px 30px;
	}
	.abbg .col-2 {
		margin: 21px 0;
	}
	.index-newstitle{
		margin-top: auto;
	}
	.syab {
	    padding: 11vh 6vw;
	}
	#number .abbg-p {
	    margin: 25px 0;
	    margin-bottom: 13vh;
	}
	.abbg {
	    overflow: hidden;
	    padding: 0vh 0vw 0vh 7vw;
	}
	
	.sylx .lx-box{
		padding:7% 4%;
	}
	.lx-b{
		padding-top:1%;
	}
} 


@media (max-width:768px) {
	.syab {
		overflow: hidden;
	    padding: 7vh 6vw;
	}
	.abbg-p{
		font-size: 16px !important;
	}
	.sylx-bg{
		display: none;
	}
	.abbg {
	    overflow: hidden;
	    padding: 0vh 0vw 0vh 0vw;
	}
	.syban-img {
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	    height: 100vh;
	    height: 230px;
	}
	}
	
	
@media (max-width:768px) {
	.syab .ab-l{
		display: block;
	}
	#number .abbg-p {
	    margin: 25px 0;
	    margin-bottom: 6vh;
	}
	.nj {
	    margin-top: 2vh;
	}
	.case1,.case2{
		width: 100%;
		padding-left: 10px;
	}
	
	.gc-t {
	    position: absolute;
		top: 0;
		margin-top: 30px;
		}
	.sygc{
		position: relative;
		display: block;
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.syab{
		background: none;
		height: auto;
		display: block;
		    background-size: 100% 100%;
	}
	.syab .ab-l{
		display: none;
	}
	.syab .ab-r {
	    width: 100%;
	    transform: translateX(0);
	    opacity: 1;
	}
	.tab-content > .active {
	    text-align: center;
	    width: 100%;
		display: block;
	}
	.ab-r h2{
		font-size: 23px;
	}
	.ab-r .col-2 i{
		font-size: 30px;
	}
	.abbg .col-2 {
		width: 50%;
	}
	.ab-r p{
		font-size: 12px;
	}
	.ab-r .col-3{
		width: 50%;
	}
	.abbg{
		background: none;
	}
	.index-news {
	    padding-top: 50px;}
		.animate-list-2{
			margin-top:0 ;
		}
		.sylx{
			background: url(../images/lx.jpg) no-repeat 0 0;
			height: auto;
		}
		.sylx .lx-box{
			width: 97%;
		}
		/*.swiper-button-prev,.swiper-button-next{
			margin-top: 7px;
		}*/
		.sylx h2{
			margin-top: 5vh;
		}
		.sygc{
			height: auto;
		}
}